home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
BBS-Archive
/
Comm
/
AmiTCP30b2.lha
/
src
/
amitcp
/
protos
/
netinet
/
ip_icmp_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-04-12
|
428 b
|
21 lines
/* Prototypes for functions defined in
ip_icmp.c
*/
void icmp_error(struct mbuf * n,
int type,
int code,
struct in_addr dest);
void STKARGFUN icmp_input(register struct mbuf * m,
int hlen);
void icmp_reflect(struct mbuf * m);
struct in_ifaddr * ifptoia(struct ifnet * ifp);
void icmp_send(register struct mbuf * m,
struct mbuf * opts);
n_time iptime(void);